Welcome![Sign In][Sign Up]
Location:
Search - assembly source code menu

Search list

[assembly language菜单使用的例子

Description: masm32菜单使用的例子-masm32 menu use example
Platform: | Size: 6144 | Author: | Hits:

[assembly languageb61255599111144

Description: 该软件提供了编辑、编译、运行、调试汇编语言程序的集成环境。目前支持MASM、TASM、MCS51三种编译器。第一次使用时,要现在选项菜单中选择您所使用的编译器类型及其目录所在。 bin目录里为本软件 files目录为汇编语言写的用于测试的程序 source目录为本软件的源代码 masm为MASM类型的编译器,其中:masm.exe为编译器,link.exe为连接器-The software provides editing, compiling, running, debugging assembly language program of the integrated environment. Currently supports MASM, TASM, MCS51 three compiler. The first time, we must now select the menu option you are using the compiler type and directory is located. bin directory for directory-based software files written in assembly language procedures for testing software source directory-based source code for MASM MASM type of compiler, of which: masm.exe for the compiler, link.exe for connector
Platform: | Size: 1024 | Author: usa2883 | Hits:

[assembly languageprint2

Description: 判断1到输入的数之间所有完全数,并打印其间所有完全数。 程序应有操作提示、输入和输出,界面追求友好,最好是菜单式的界面。 设计若干用例(测试数据),上机测试程序并分析(评价)所设计的程序。 设计报告格式按附件要求书写。课程设计报告书正文的内容应包-1 to determine the input of all perfect numbers between, and print the meantime the number of all full. Operating procedures should be prompt, input and output, the pursuit of friendly interface, preferably menu-driven interface. The design of a number of use cases (test data), on test procedures and analysis (evaluation) of the design process. Design reporting format according to Annex request write. Curriculum design the body of the contents of the report should include
Platform: | Size: 43008 | Author: cz | Hits:

[assembly languageyqyz

Description: 该程序通过DOS 提供了一组对磁盘文件的建立、打开、关闭和读写等操作的功能调用,利用 DOS 和 BIOS 的功能调用,汇编语言可实现对磁盘文件的存取。对磁盘文件的管理采用文件句柄方式。现菜单选择以及处理各种功能键的多种中级功能。实现复制、剪切、粘贴等高级功能,并且制作一个菜单,使用菜单条选择功能,让用户选择演奏的乐曲,实现音阶演奏。实现枪声,界面美观,程序结构化程度高,模块结构合理。 此压缩包包括所以课程设计文档和源代码-The procedure provides a set of DOS disk files on the establishment of open, close and read and write operations, such as function calls, using DOS and BIOS function call, assembly language can be realized on the disk file access. The management of disk files using file handles way. Are dealing with a variety of menu options and function keys of a variety of mid-level functions. The realization of copy, cut, paste and other advanced features, and create a menu, use the menu bar to choose, allowing users to choose playing music, playing to achieve scale. The realization of gunshots, the interface appearance, high degree of program structure, module structure reasonable. So this package including curriculum design documents and source code
Platform: | Size: 209920 | Author: 孙桐 | Hits:

[GUI DevelopAsm_C

Description: 这是一个C语言与汇编混编的例子实现绘图,调试环境为TC2.0或者TC3.0。运行这个程序需要tc提供的几个头文件。建议修改options菜单中的include目录项到tc的include的目录下(具体方法可以参见本书第一章的讲解);或者把源程序拷贝到tc目录下运行。 而本章例子中,因为MICROCAD.C内嵌汇编代码,读者要在命令行下输入tcc -B D:\TC\source\MICROCAD\MICROCAD.C,来编译MICROCAD.C。注意,在汇编的时候TC要调用TASM.exe。-This is a mixed compilation of C language and examples of the realization of graphics, debugging environment TC2.0 or TC3.0. Tc need to run this procedure provides several header files. Proposed to amend the options menu items include directory to the include directory tc (for specific ways to see the first chapter of this book to explain) or copy the source code to run tc directory. The examples in this chapter because MICROCAD.C inline assembly code, the reader to the command line, enter the tcc-BD: \ TC \ source \ MICROCAD \ MICROCAD.C, to compile MICROCAD.C. Note that when in the compilation of TC to call TASM.exe.
Platform: | Size: 45056 | Author: fenghuan | Hits:

[File Format098520

Description: 将此源文件加入要编译的工程文件, //将光标指向此文件,选择右键菜单“option for file asm.c ”, //将属性单“properties”中的“Generate Assembler SRC File”“Assemble SRC File” //两项设置成黑体的“√”将“Link Public Only”的“√”去掉,再编译即可。 //用此方法可以在c源代码的任意位置用#pragma asm和#pragma endasm嵌入汇编语句。 //但要注意的是在直接使用形参时要小心,在不同的优化级别下产生的汇编代码有所不同, //可以察看对应的.lst文件看一看,得到正确的优化级别后,#pragma OT(x,speed)锁定 //优化级别(这里的值是0-9)。 -To compile this source file to join the project file,// the cursor point to this file, select the context menu " option for file ' asm.c' " ,// the property of a single " properties" in the " Generate Assembler SRC File" " Assemble SRC File "// set bold of the two" √ " will be" Link Public Only " a" √ " to remove, and then you can compile.// This method can be anywhere in the c source code to use# pragma asm and# pragma endasm embedded compilation of statements.// But note that in the direct use of formal parameter when careful optimization at different levels of the assembly code generated under different,// you can look at the corresponding. Lst file to see get the correct optimization level, the# pragma OT (x, speed) lock// optimization level (where the value is 0-9).
Platform: | Size: 1024 | Author: nanfang | Hits:

[assembly languageSerial-Comunication.tar

Description: windows系统下汇编语言实现的串口聊天小程序,具有简易的聊天界面,支持聊天记录保存,使用中断及查询方式实现,支持二进制和字符传送。 1. 文件功能描述: 1com1.asm为打开com1通信的源文件 2com2.asm为打开com2通信的源文件 2个源代码除了串口地址不同,其他代码相同 同理1com1.exe 和2com2分别打开com1和com2来通信 2. 二进制传送格式: 当选择菜单二进制传送时(菜单2和3) 发送方输入以空格隔开的2位的16进制数,(不够2位用0补充) 比如可以输入 AB CE 33 3F EC 01 00 0A 再按回车就发送过去了。 -windows system the serial assembly language chat applet with a simple chat interface, support chat history saving, the use of interrupt and query method implemented to support binary and character transfer. 1. File Function Description: 1com1.asm communication to open the source file com1 2com2.asm communication to open the source file com2 2 In addition to the serial port address of the source code is different from other code the same Similarly 1com1.exe and 2com2 open com1 and com2, respectively, to communicate 2. Binary delivery format: Binary transmission when the selection menu (Menu 2 and 3) Enter the sender of the two separated by a space of 16 hexadecimal numbers (not supplemented with 0 2) For example you can enter AB CE 33 3F EC 01 00 0A press Enter to send over.
Platform: | Size: 7168 | Author: 潘明 | Hits:

[assembly languagehuibian--memu

Description: 运用汇编语言编出一个MENU菜单 给出了具体流程图与仿真源程序以及代码结果截图-The use of assembly language MENU menu gives a specific source and the code flow simulation results with screenshots
Platform: | Size: 432128 | Author: wyj | Hits:

[e-languageguan

Description: 易语言汇编调用关机菜单源码例程程序置入汇编代码调用关机菜单。 -Easy language assembly call shutdown menu source code routines into the assembly code to call off the menu.
Platform: | Size: 2048 | Author: zhch2o | Hits:

CodeBus www.codebus.net